runtime.stackScanState.conservative (field)

4 uses

	runtime (current package)
		mgcmark.go#L1076: 	if state.conservative || isAsyncPreempt || isDebugCall {
		mgcmark.go#L1108: 			state.conservative = true
		mgcmark.go#L1113: 			state.conservative = false
		mgcstack.go#L174: 	conservative bool